home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 February / PCWorld_2007-02_cd.bin / v cisle / Addons / Addons.exe / videodownloader-1.1.1-fx.xpi / chrome / videodownloader.jar / content / about.xul next >
Extensible Markup Language  |  2006-09-29  |  2KB  |  46 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.   - Version: Open Software License v. 2.1
  4.   -
  5.   - The contents of this file are subject to the Open Software License Version
  6.   - 2.1 (the "License"); you may not use this file except in compliance with
  7.   - the License. You may obtain a copy of the License at
  8.   - http://www.opensource.org/licenses/osl-2.1.php
  9.   -
  10.   - Software distributed under the License is distributed on an "AS IS" basis,
  11.   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.   - for the specific language governing rights and limitations under the
  13.   - License.
  14.   -
  15.   - The Original Code is the VideoDownloader.
  16.   -
  17.   - The Initial Developer of the Original Code is
  18.   - Javi Moya
  19.   -
  20.   - Portions created by the Initial Developer are Copyright (C) 2006
  21.   - the Initial Developer. All Rights Reserved.
  22.   -
  23.   - Contributor(s):
  24.   - -->
  25.  
  26. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  27. <!DOCTYPE dialog SYSTEM "chrome://videodownloader/locale/about.dtd">
  28. <dialog title="&about; VideoDownloader" orient="vertical" autostretch="always" onload="sizeToContent()" buttons="accept" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  29. <!-- Original template by Jed Brown -->
  30. <groupbox align="center" orient="horizontal">
  31. <vbox>
  32.   <text value="VideoDownloader" style="font-weight: bold; font-size: x-large;"/>
  33.   <text value="&version; 1.1.1"/>
  34.   <separator class="thin"/>
  35.   <text value="&createdBy;" style="font-weight: bold;"/>
  36.   <text value="Javi Moya, SlovakSoft (Slovak locale), Andreas Kleinert (German locale), ╨ö╨╡╨╜╨╕╤ü ╨º╨╡╤Ç╨╜╨╕╤å╨╛╨▓ (Russian locale)"/>
  37.   <separator class="thin"/>
  38.       <text value="&homepage;" style="font-weight: bold;"/>
  39.     <text value="http://videodownloader.net/"
  40.           class="url"
  41.         onclick="window.open('http://videodownloader.net/'); window.close();"/>
  42.   <separator class="thin"/>
  43. </vbox>
  44. </groupbox>
  45. </dialog>
  46.